home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 15456 < prev    next >
Encoding:
Text File  |  1996-08-05  |  1.3 KB  |  52 lines

  1. Newsgroups: comp.lang.c++
  2. Path: nntp-xfer-2.csn.net!stortek!news
  3. From: chbe@sweng.stortek.com (Christophe Beljouani (Toulouse))
  4. Subject: display network information
  5. Message-ID: <DpEC45.9C3@stortek.com>
  6. Sender: news@stortek.com
  7. Reply-To: chbe@sweng.stortek.com
  8. Organization: STK Software Engineering
  9. Date: Fri, 5 Apr 1996 15:52:53 GMT
  10.  
  11.  
  12. Hi !!
  13.  
  14. I am working with Ilog Views (a C++ graphic library under X11) and will 
  15. probably have to display some informations on some nodes of a network
  16. and their devices.
  17. For example, 3 nodes (A, B, C):
  18.  
  19. A have 2 devices: A1, A2
  20. B have 4 devices: B1, B2, B3
  21. C have 1 device: C1
  22.  
  23. The display should be something like:
  24.  
  25.    A1               B1            C1
  26.    |                |             |
  27.    |                |             |  
  28.    |                |             |
  29.    A           B4---B---B2        C
  30.    |                |
  31.    |                |
  32.    |                |
  33.    A2               B3
  34.    
  35.  
  36. The devices (A1, A2, B1 ...) should have also attributes to display, but
  37. maybe in another window (don't know yes .. :-) ...
  38.  
  39. I'm looking for a set or a library of functions, in C++ or C which would
  40. allow to compute the x, y for all this graphical objects.
  41.  
  42. I know this need can look a little bit specific (:-), but someone has 
  43. probably already worked on that, so ... :-)
  44.  
  45. Thanks a lot for any reply.
  46.  
  47. christophe
  48. chbe@garonne.stortek.com
  49.    
  50.  
  51.  
  52.